/*
 * 8459957
 * 9/1/16
 * Mike Elliott / James B
 * Team names not showing in athletics table
 */

.fsAthleticsEvent .fsEventTable th {
    vertical-align: baseline;
}

.fsAthleticsEvent .fsEventTable th.fsTitle {
    display: table-cell;
    color: #fff;
    font-family: "nimbus-sans", sans-serif;
    font-weight: bold;
    font-size: inherit;
}

.fsAthleticsEvent .fsEventTable td.fsTitle {
    display: table-cell;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    font-family: "nimbus-sans", sans-serif;
    margin: 0;
}


/* End Section */

/**
 * ticket #8461002
 * 09/13/2016
 * Jim Moore
 * adj element padding for anchor links to display under the title bar on page
 */

[data-pageid="352"] .anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
/*End of Section*/


/*
*  Ticket 8476383
*  Change background of news tool search button.
*  Gulp build issue.
*  01/16/17 - James B
*/

.fsElementToolsSearchButton {
    background: #0072C6;
}

/* End Section */



/*
*  Ticket 9514594
*  forms button
*  7/3/24 - Jon B
*/

.fsFormsElement .fsFormSubmitButton {
  margin: 0;
  padding: 15px 30px;
  outline: 0;
  background: #0f2b5b !important;
  text-shadow: none;
  font-size: 20px;
  border: none !important;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  display: block;
}

.fsFormsElement .fsFormSubmitButton:hover {
  transition: .3s;
  color: #fff !important;
  background: #0072c6 !important;
}
/* End Section */